-
Notifications
You must be signed in to change notification settings - Fork 0
feat: update LV from 10.X to 11.X #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
99d1f16 to
ed9e9d9
Compare
123a001 to
9cded7a
Compare
ee2739d to
75a2b2d
Compare
505f4bd to
df12ed6
Compare
bc7b2f6 to
b8805ef
Compare
608e423 to
5a65c6e
Compare
5a65c6e to
5042915
Compare
5042915 to
3383b16
Compare
0ce1033 to
68abad0
Compare
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: romanetar <roman_ag@hotmail.com>
chore: refactor dev docker file Change-Id: Ic5b4d3ac14d896cb7186615661e94955d762477c
Signed-off-by: romanetar <roman_ag@hotmail.com>
Signed-off-by: smarcet <smarcet@gmail.com>
Signed-off-by: smarcet <smarcet@gmail.com>
* removed doctrine deprecated methods * upgraded deps
chore: update auth schemas as suggested on upgrade doc
Change-Id: Ib303237acec136dcd4d54453f814cb975c897e30
Change-Id: I11e4b11563c6725e5b7671a10ec26484ea739bf1
Change-Id: I4324b4fe3812f8d15b335464ca13ca5fed9ddb5e
264d71c to
da26552
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the project to LV11.X by replacing Zend packages with Laminas alternatives, updating middleware and Docker configurations, and introducing updated annotation and logging patterns.
- Replaces Zend components with Laminas equivalents
- Updates middleware configurations and CI workflows
- Upgrades PHP and Xdebug versions in the Dockerfile
Reviewed Changes
Copilot reviewed 118 out of 118 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| app/libs/OAuth2/Models/AccessToken.php | Replaces Zend\Math\Rand with Laminas\Math\Rand |
| app/libs/OAuth2/GrantTypes/InteractiveGrantType.php | Updates comment and logout method usage |
| app/libs/Auth/Models/User.php | Updates ORM annotations and adds getAuthPasswordName method |
| app/libs/Auth/CustomAuthProvider.php | Adds a stub for rehashPasswordIfRequired |
| app/libs/Auth/AuthService.php | Introduces optional parameter in logout method with doc comments |
| app/libs/Auth/AuthHelper.php | Replaces Zend libraries with Laminas libraries |
| app/Services/Utils/DoctrineTransactionService.php | Adjusts transaction management and error handling |
| app/Services/UserActionService.php | Adds a debug log message for user actions |
| app/Services/OAuth2/TokenService.php | Updates Laminas Crypt usage |
| app/Services/OAuth2/ClientCredentialGenerator.php | Replaces Zend\Math\Rand with Laminas\Math\Rand |
| app/Providers/EventServiceProvider.php | Updates email method from setTo to to for compatibility |
| app/Models/OAuth2/OAuth2OTP.php | Replaces Zend\Math\Rand with Laminas\Math\Rand |
| app/Http/Utils/Log/LaravelMailerHandler.php | Updates mailer method calls for sending HTML emails |
| app/Http/Kernel.php | Updates CORS middleware reference |
| app/Http/Controllers/Api/ClientPublicKeyApiController.php | Changes validation rule parameter from client_id to owner_id |
| Dockerfile | Upgrades base PHP version and updates Xdebug version |
| .github/workflows/* | Updates CI/CD workflows to modern containerless concepts with updated environment variables |
Comments suppressed due to low confidence (1)
app/libs/OAuth2/GrantTypes/InteractiveGrantType.php:659
- Fix the typo in the comment: change 'teh' to 'the'.
// must required teh auth_time claim
romanetar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
update to LV11.X
ref https://tipit.avaza.com/project/view#!tab=task-pane&groupby=MyTaskProject&view=vertical&task=3321350&stafilter=NotComplete&fileview=grid